Port 'movemail' again to Solaris and similar hosts.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Jul 2012 22:44:07 +0000 (15:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Jul 2012 22:44:07 +0000 (15:44 -0700)
commit3ef86a061d577576c2bde37a36f8b537da153dcd
tree203aa4271933555905da49225b662ed01b9d4b1a
parent1c5e3eb9f6c864d4ca5239d59402e0145373e454
Port 'movemail' again to Solaris and similar hosts.

See Susan Cragin's report in
<http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00199.html>.
* movemail.c (xmalloc): Also define if !DISABLE_DIRECT_ACCESS &&
!MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK.  Move up, so it doesn't
need a forward declaration.
(main): Rewrite to avoid no-longer-present function 'concat', if
!DISABLE_DIRECT_ACCESS && !MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK.
lib-src/ChangeLog
lib-src/movemail.c